Install docker-registry in openshift

there are a lot of docs regarding installation. I will post only commands here with very small comments.  if not exist: echo ‘{“kind”:”ServiceAccount”,”apiVersion”:”v1″,”metadata”:{“name”:”registry”}}’ | oc create -n default -f – Add a line under users with the user name system:serviceaccount:default:registry in: oc edit scc privileged Create the registry and specify that it use the new … Continue reading Install docker-registry in openshift